Uses of Interface
org.eclipse.vtp.desktop.editors.core.theme.ElementFrame

Packages that use ElementFrame
org.eclipse.vtp.desktop.editors.core.model   
org.eclipse.vtp.desktop.editors.core.theme   
org.eclipse.vtp.desktop.editors.themes.attraction   
org.eclipse.vtp.desktop.editors.themes.mantis   
 

Uses of ElementFrame in org.eclipse.vtp.desktop.editors.core.model
 

Methods in org.eclipse.vtp.desktop.editors.core.model that return ElementFrame
 ElementFrame RenderedCanvas.addElement(Element element, int x, int y)
           
 ElementFrame RenderedCanvas.findElementAt(int x, int y)
           
 

Methods in org.eclipse.vtp.desktop.editors.core.model with parameters of type ElementFrame
 ConnectorFrame RenderedCanvas.connectElements(ElementFrame source, ElementFrame destination)
           
 

Uses of ElementFrame in org.eclipse.vtp.desktop.editors.core.theme
 

Methods in org.eclipse.vtp.desktop.editors.core.theme that return ElementFrame
 ElementFrame Theme.createElementFrame(UIElement element)
           
 

Methods in org.eclipse.vtp.desktop.editors.core.theme with parameters of type ElementFrame
 ConnectorFrame Theme.createConnectorFrame(ElementFrame source, ElementFrame destination, UIConnector connector)
           
 

Uses of ElementFrame in org.eclipse.vtp.desktop.editors.themes.attraction
 

Classes in org.eclipse.vtp.desktop.editors.themes.attraction that implement ElementFrame
 class AttractionElementFrame
           
 

Methods in org.eclipse.vtp.desktop.editors.themes.attraction that return ElementFrame
 ElementFrame AttractionTheme.createElementFrame(UIElement element)
           
 

Methods in org.eclipse.vtp.desktop.editors.themes.attraction with parameters of type ElementFrame
 ConnectorFrame AttractionTheme.createConnectorFrame(ElementFrame source, ElementFrame destination, UIConnector connector)
           
 

Constructors in org.eclipse.vtp.desktop.editors.themes.attraction with parameters of type ElementFrame
AttractionConnectorFrame(ElementFrame source, ElementFrame destination, UIConnector uiConnector)
           
 

Uses of ElementFrame in org.eclipse.vtp.desktop.editors.themes.mantis
 

Classes in org.eclipse.vtp.desktop.editors.themes.mantis that implement ElementFrame
 class MantisElementFrame
           
 

Methods in org.eclipse.vtp.desktop.editors.themes.mantis that return ElementFrame
 ElementFrame MantisTheme.createElementFrame(UIElement element)
           
 

Methods in org.eclipse.vtp.desktop.editors.themes.mantis with parameters of type ElementFrame
 ConnectorFrame MantisTheme.createConnectorFrame(ElementFrame source, ElementFrame destination, UIConnector connector)
           
 

Constructors in org.eclipse.vtp.desktop.editors.themes.mantis with parameters of type ElementFrame
MantisConnectorFrame(ElementFrame source, ElementFrame destination, UIConnector uiConnector)